home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / rbbs_pc / rbbs174.zip / BANKTIME.DOC < prev    next >
Text File  |  1991-02-18  |  2KB  |  41 lines

  1. Documentation for Banked Time
  2. by Ken Goosens,  2-18-91
  3.  
  4. RBBS 17.4 drops support for changing baud rate from 300 to 450,
  5. and replaces it by a new B)ank time command.   Note:  this
  6. feature is based on code developed by Steven Kling and donated
  7. to RBBS.
  8.  
  9.                How Banked Time Operates
  10.  
  11. A caller can deposit unused session time in the time bank, to
  12. withdraw it later to increase the session time.   This allows
  13. callers to cumulate a large session without requiring any special
  14. effort on the part of the SysOp.   Simply go into the utilities
  15. section, use "B", and then "D)eposit".  Time deposited in the
  16. bank is immediately added to the expired time of the caller
  17. and reduces the current session time.
  18.  
  19. Banked time is "global" in that, regardless of what subboard
  20. the time is banked, it will be added to the logon user record
  21. and carry over to any subboard when withdrawn from the bank.
  22. The banked time in a subboard will always show 0 even if it is
  23. banked while in the subboard.   Hence, the user will typically
  24. not be able to withdraw banked time when in a subboard.
  25.  
  26.  
  27.                How to Set up Bank Time
  28.  
  29. The SysOp controls the maximum amount of time that can be deposited,
  30. for any number of minutes from 0 (none allowed) to 255.   The default
  31. maximum allowed is specified by parameter 292 in CONFIG.   The
  32. default amount that CONFIG sets up for a new DEF file is 60.  The
  33. default can be overridden for any security level by specifying
  34. the max in the PASSWRDS file in the 13th (last) position, which is
  35. a new parameter.
  36.  
  37. The SysOp function 5 has been enhanced to allow the SysOp to reset
  38. both the banked time as well as the expired time for a user.   So
  39. now you can give users more time easily.   Thanks for this feature
  40. to Gregg Snyder.
  41.